home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKitArchive.mbox / mbox / 000179_misckit-reques…aska.et.byu.edu_Sat Apr 9 22:51 MDT 1994.msg < prev    next >
Internet Message Format  |  1994-10-30  |  4KB

  1. Received: from yvax1.byu.edu by alaska.et.byu.edu; Sat, 9 Apr 1994 22:51:40 -0600
  2. Received: from DIRECTORY-DAEMON by yvax.byu.edu (PMDF V4.3-7 #4169)
  3.  id <01HAZKUVUCGGR5NGOM@yvax.byu.edu>; Sat, 9 Apr 1994 22:51:44 MST
  4. Received: from alaska.et.byu.edu by yvax.byu.edu (PMDF V4.3-7 #4169)
  5.  id <01HAZKUNPZV4QPGQQ3@yvax.byu.edu>; Sat, 9 Apr 1994 22:51:38 MDT
  6. Received: from yvax1.byu.edu by alaska.et.byu.edu; Sat,
  7.  9 Apr 1994 22:49:35 -0600
  8. Received: from DIRECTORY-DAEMON by yvax.byu.edu (PMDF V4.3-7 #4169)
  9.  id <01HAZKS9O9EOR5NGOM@yvax.byu.edu>; Sat, 9 Apr 1994 22:49:37 MST
  10. Received: from mercury.mcs.com by yvax.byu.edu (PMDF V4.3-7 #4169)
  11.  id <01HAZKS5NKFKQPGL6X@yvax.byu.edu>; Sat, 9 Apr 1994 22:49:33 MDT
  12. Received: by mercury.mcs.com (/\==/\ Smail3.1.28.1 #28.1)
  13.  id <m0pprTK-000BcTC@mercury.mcs.com>; Sat, 9 Apr 94 23:50 CDT
  14. Received: by katsun.chi.il.us (8.6.8/BK-1.10) id XAA07902; Sat,
  15.  9 Apr 1994 23:48:57 -0500
  16. Date: Sat, 09 Apr 1994 23:48:57 -0500
  17. From: katzung@katsun.chi.il.us (Brian Katzung)
  18. Subject: Re:  NeXT Mail from the Command Line
  19. To: Fiends@dolphin.com, Siamak_Farah@next.com, everyone@dolphin.com,
  20.         misckit@byu.edu, next-managers@stolaf.edu,
  21.         next-prog@cpac.washington.edu, sanguish@digifix.com,
  22.         taylor-uucp@gnu.ai.mit.edu, zac@dolphin.com
  23. Message-id: <199404100448.XAA07902@katsun.chi.il.us>
  24. Content-transfer-encoding: 7BIT
  25. Status: RO
  26.  
  27. > From: "Zacharias J. Beckman" <zac@dolphin.com>
  28. > Date: Fri, 8 Apr 94 14:44:07 -0700
  29. > Enclosed is a copy of my latest revision to the nextmail script, a cool
  30. > command-line utility that will allow you to send NeXT Mail from any
  31. > relatively standard UNIX system.  [...]
  32. > Everything arrives as a NeXT Mail attachment with the filename next to it.
  33.  
  34. I also have tools to do this sort of things.  I have a Bourne shell version
  35. that I have been using for some time, and a perl translation that I did
  36. today.  The shell version isn't as transparent (because it uses "echo" for
  37. output), and thus requires a little extra attention on the part of the user
  38. during message composition.
  39.  
  40. Here are some of the differences between my tools and Zacharias':
  41.  
  42. - They work as filters, so there is a slight convenience/flexibility
  43.   trade-off.  You can use them with Sun's "editheaders" option of
  44.   /usr/ucb/mail, or see the results before you ship the mail.  You
  45.   have to pass the result to "sendmail -t" or whatever as a separate
  46.   step.
  47.  
  48. - You can compose an actual message with imbedded attachments, rather
  49.   than just bundling attachments together with no text.  The filter
  50.   provides the basic RTF boilerplate, and the user only needs to use a
  51.   few simple rules to generate simple RTF bodies.  The necessary info
  52.   is included in the introductory comments of each tool.  There is
  53.   nothing to prevent you from using full RTF if you want to.
  54.  
  55. - As result of the previous two characteristics, you get full use of
  56.   to:, cc:, and bcc: lines (or any other headers you may wish to use,
  57.   such as reply-to:).
  58.  
  59. - Although my scripts also "gather" attachments distributed across
  60.   multiple directories and make them appear to be all in one tree, the
  61.   attachments are only duplicated once (in the tar archive) rather than
  62.   twice (in the scratch directory AND the tar archive).  This reduces
  63.   both the time and space required to run.  (There is a trade-off however;
  64.   you may have to specify complete paths to attachments more often if your
  65.   version of tar does not always return to the original directory properly
  66.   after a "-C" flag.)
  67.  
  68. - No brief messages from the sponsor.  :-)
  69.  
  70. If you would like copies of my scripts, please reply by mail.  If you
  71. don't indicate which version(s) you want or whether you can accept NeXT
  72. mail, I will send both versions as a text message.
  73.  
  74.   -- Brian Katzung